Notes App demo project for BSC.
Author: Michal Molhanec
The app was succesfully tested on Windows 10 x64 using the following browsers:
- Google Chrome 80.0.3987.163 (64bit)
- Mozilla Firefox 74.0 (64bit)
To install NodeJS: https://nodejs.org/en/
Tested with the version 12.9.1.
To install Yarn: https://classic.yarnpkg.com/en/docs/install
Tested with the version 1.13.0
Run the commands:
yarn
yarn start
in the project directory.
Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.
You can run the production build like this:
yarn
yarn build
yarn global add serve # Not necessary if you already done it
serve -s build
Open http://localhost:5000 to view it in the browser.
Run yarn test in the project directory.
- Create React App
- React
- Redux
- Redux Toolkit
- Redux Thunk
- Bootstrap
- Reactstrap
- Styled Components
- React Router
- Connected React Router
- React Testing Library
and their dependencies.