A sample react assignment. Feel free to fork, copy and modify as needed.
See https://clenemt.github.io/react-assignment/ for a look at the code live. 🚀
To run the sample locally, do the following:
npm install
npm run build
npm run sync
It will install dependencies, build the dist/
folder and launch a small server at localhost:3000.
Babel, ES6, Rollup, Sass, Browsersync, React, ESLint, Uglify and our good old friends HTML & CSS.
Licensed under MIT