View on GitHub

react-panda

React Fully Customized SSR Boilerplate

React Panda

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-panda.git
cd react-panda

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.