This is a repository that I created to help others develop their websites in React.
You will need to install Node globally if you do not have it installed already on your local drive:
sudo npm install -g
Installing Nodemon is also highly recommended as it watches for any changes that are saved and will automatically restart your application with the updated code base.
npm install nodemon -g
The prescribed dependencies needed for building a website are listed in the package.json
file of this repository.
Once this repo is cloned to your local drive, from within the root directory:
npm install
More granular instructions as a guide to building a website are included in my blog post, if needed.
- File architecture
- Setting up the basic environment in Node
- Installing the React framework
- Creating a webpack and configuration
- Building the basic front-end components
- Styling and CSS
- Viewing on local host
- Deploying on Heroku
Preda A