I created this project with Create React App. I used React because it provides a very good way to have an SPA.
I have used React Hooks instead of classes in order to have a more readable and scalable code.
I have used React Router to routing the React SPA.
I have used Styled Components to style the components.
I have used Jest and Enzime for unit testing of the components.
The technologies that I have used are:
- [JavaScript] - ES6
- [HTML5]
- [CSS3]
Libraries:
- [React]
- [React Router]
- [Styled Components]
- [Jest]
- [Enzyme]
cd server
yarn install
cd ..
yarn install
yarn start
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app.
Open http://localhost:3000 to view it in the browser.
Launches the test runner.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.