Skip to content

danialghahremani/react-light-boilerplate

Repository files navigation

React Light Boilerplate

Features

React Fully Customized Boilerplate with the most popular technologies:

Getting Started

1. You can start by cloning the repository on your local machine by running:

git clone https://github.com/danialghahremani/react-light-boilerplate.git
cd react-light-boilerplate

2. Install all of the dependencies:

yarn 

3. Start to run it:

yarn build 
yarn dev

Now the app should be running at http://localhost:3000/ Note: You can change the port that you want from ./package.json.