A project designed to help me get more comfortable with react.
As User Interfaces become more and more sofisticated, React is becoming more and more widely used. While I have some slight experience with React thanks to internships, said experience is going to fall behind the latest trends and developments of React.
Develop a website with React that contains a home page, a series of other pages, and the ability to create a new page.
- Ensure you have nodejs installed
Linux users should not use the sudo apt-get install nodejs method to get react. Doing so will result in the installation of an unsupported version of node that will not work with this program! Also make sure that your node version is at least 16.x and npm 8.x! |
- Open a terminal within the root of this project and cd into the sandbox directory
- Input
npm update
into the terminal - After update completes its operation, input
npm start
into the terminal. - Your browser should open into localhost:3000 showing the home of this application
Compiled in a Linux Mint environment via npm start
using npm version 8.5.0 and node version 16.14.2 .