React Starter Pack is prepared by Pharos Production Inc. team.
This is a (relatively) unopinionated minimalist starter pack for React app development. App is prepared using Next.JS, Styled Components and their friends.
Clone this repo in a directory of your choosing, but get rid of the .git
metadata folders and init a clean repo for your own project. Easier yet, you can download this repo as a zip file from Github. Once you're set up, cd
into the repo's directory and install node packages:
npm install
This will install all the packages listed in package.json
, which are needed for building assets.
There are 3 commands in package.json
, you can use them for:
npm run dev
: run app in the development mode;npm run build
: build the app's package in PRODUCTION mode;npm start
: start the app in PRODUCTION mode.
All the details about Next.JS you can find here: Next.JS official documentation
Submit a pull request/log an issue.
(for now)