Code boilerplate for a students workshop in Uppsala
After pulling the project on your local machine, run the following commands
npm install
node_modules/.bin/typings install dt~react --save --global
node_modules/.bin/typings install dt~react-dom --save --global
Now that you have all the dependencies, run the dev server:
npm run dev
Your application is now running in development environment: http://localhost:3000/
- ReactJS - The JavaScript framework
- TypeScript - The JavaScript superset
- Webpack - The module bundler