Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit a6f865f

Browse files
author
Gregor MacDougall
committed
Target activities
1 parent 4b3ad52 commit a6f865f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Toronto Ruby Webpacker Workshop
22

3-
Required Tools
3+
## Required Tools
44
- Ruby 2.2.2+
55
- NodeJS (v6.11.1+ Recommended)
66
- Yarn (0.27.5+ Recommended)
7+
8+
## Target Activities
9+
10+
1. Serve up some JS using webpack
11+
2. Serve up some CSS using webpack
12+
3. Convert your CSS to using SASS or PostCSS
13+
4. Integrate a component like Lodash and make use of it
14+
5. Write some ES2015+ and see how it gets transformed
15+
16+
17+
## Optional Advanced Activities
18+
- Configure and serve up source maps
19+
- Compare the output of development and production environments
20+
- Use a more advanced library like React, TypeScript, Angular, etc.
21+
- Write a unit test using a test framework like Jest, Jasmine, etc.
22+
- Do sometthing cool and show it off!

0 commit comments

Comments
 (0)