- Clone the repository onto your local device.
- Install dependencies using the npm install command.
- Start the web server using the npm start command. The app will be served at http://localhost:8080/
- Go to http://localhost:8080/ in your browser.
Install dependencies with npm install
.
- axios
- @testing-library/react-hooks
- react
- react-dom
- react-scripts
- react-test-renderer
- node-sass
- storybook
- babel
- classnames
- eslint-plugin-cypress
- normalize.css
npm start
Open the associated API database server called api-scheduler and follow their README to create DATABASE and seed it. Once done please proceed.
npm start
npm test
npm run storybook