https://github.com/pharosproduction/react-starter-pack
https://pharosproduction.com
https://github.com/pharosproduction/react-starter-pack
Last synced: 3 months ago
JSON representation
https://pharosproduction.com
- Host: GitHub
- URL: https://github.com/pharosproduction/react-starter-pack
- Owner: PharosProduction
- Created: 2019-09-13T14:00:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:44:49.000Z (over 2 years ago)
- Last Synced: 2024-12-29T07:26:56.755Z (5 months ago)
- Language: JavaScript
- Homepage: https://pharosproduction.com
- Size: 480 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Starter Pack on Next.JS
React Starter Pack is prepared by [Pharos Production Inc.](https://pharosproduction.com) team.
This is a (relatively) unopinionated minimalist starter pack for React app development. App is prepared using Next.JS, Styled Components and their friends.
## Getting started
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.
## Running the app
There are 3 commands in `package.json`, you can use them for:
1. `npm run dev`: run app in the development mode;
2. `npm run build`: build the app's package in PRODUCTION mode;
3. `npm start`: start the app in PRODUCTION mode.## Useful links
All the details about Next.JS you can find here: [Next.JS official documentation](https://nextjs.org/docs)
## Contributing/suggestions
Submit a pull request/log an issue.
## That's it
(for now)