Template project for crafting web apps.
- Install node
- Follow the link and press one of the big green buttons.
- Install yarn
- Install git
- Use this for windows.
- Install a text editor
- atom is recommended.
- Open source files with the text editor
- Open terminal and change the working directory to root of source files
- Install required packages:
yarn - Start development server:
yarn start - Install Redux DevTools to update store state when replacing the reducer.
- Install React Developer Tools
- Go to http://localhost:8080 and start playing!
- Offline Support / PWA
- Redux
- React, with Hooks
- Hot Module Replacement
- ES modules
- livescript
- JSX
- sass
- Test & Coverage