Skip to content

Commit 863357c

Browse files
committed
preinstall babel
1 parent 4a53874 commit 863357c

File tree

7 files changed

+27
-1
lines changed

7 files changed

+27
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Ignore
2+
00-Functional/
3+
00-Design-Patterns/
4+
# 00-ProductionTools/
5+
6+
17
# Logs
28
logs
39
*.log

.gitpod.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM gitpod/workspace-mongodb
22

3-
USER gitpod
3+
USER gitpod
4+
5+
RUN bash -c ". ~/.nvm/nvm-lazy.sh && npm install -g @babel/standalone"

00-ProductionTools/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# About
2+
3+
4+
5+
### Babel Learning Objectives
6+
Students should be able to:
7+
1. Explain Babel and
8+
<!-- Tweet out, `Today I learned about ${topic}:, ${explain}` -->
9+
<!-- Tweet out example, `Today I learned about babel: it compiles the latest standards to browser compliant code` -->
10+
1. Demonstrate how to use Babel with **preset** and **custom**
11+
2. Identify primitive types and non-primitive objects with console
12+
13+
14+
### ESlint & TextEditor Learning Objectives
15+
Students should be able to:
16+
1. Explain ES Lint and why it is useful
17+
2. Demonstrate how to configure ESlint to standardize your coding practices
18+
3. Identify problems that ES Lint solves
1.28 MB
Loading
801 KB
Loading

logo.gif

8.88 KB
Loading

0 commit comments

Comments
 (0)