Simple React TO-DO application
git clone https://github.com/ArturW1998/ToDo.git
- Then install the dependencies:
npm install
- Run development server:
npm start
Open the web browser to http://localhost:5000/
npm run build
To do the actual linting, run:
npm run lint
To run tests using Jest:
npm test
- styles having /src/ in their absolute path are considered part of the application and exported as local scss modules.
- other styles are considered global styles used by many components and are included in the css bundle directly.
Please contribute to the project if you know how to make it better, including this README :)