Simple template to set up and build React Projects with Webpack
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See build for notes on how to build the project for production.
What things you need to install the software and how to install them
- Clone the project:
git clone https://github.com/karkarn1/react-project-template.git
- Change directory to the root of the project:
cd react-project-template
- Install the project's dependencies:
yarn install
- Start the development server:
yarn start
- Build Project:
yarn build
- Karim Abou-Khalil - Initial work - Karkarn1
This project is licensed under the MIT License - see the LICENSE file for details