Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahceylan/ac-react-nextjs-boilerplate
React, next.js and firebase/contentful boilerplate
https://github.com/abdullahceylan/ac-react-nextjs-boilerplate
boilerplate frontend monorepo now react reactjs serverless styled-components zeit
Last synced: 2 days ago
JSON representation
React, next.js and firebase/contentful boilerplate
- Host: GitHub
- URL: https://github.com/abdullahceylan/ac-react-nextjs-boilerplate
- Owner: abdullahceylan
- License: mit
- Created: 2019-10-18T00:28:07.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-11T09:50:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T16:49:02.760Z (19 days ago)
- Topics: boilerplate, frontend, monorepo, now, react, reactjs, serverless, styled-components, zeit
- Language: JavaScript
- Homepage:
- Size: 715 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AC React and Next.js Boilerplate
- [react](https://reactjs.org/)
- [nextjs](https://nextjs.org/)
- [zeit.co/now](https://zeit.co/now)## Setup project
- `git clone https://github.com/abdullahceylan/ac-react-nextjs-boilerplate`
- `cd ac-react-nextjs-boilerplate`
- `yarn`## Tasks
- `yarn dev` start web development with API server
- `yarn dev:www` start web development
- `yarn dev:api` start API server
- `yarn env dev` copy `.env.dev` to `.env`
- `yarn env prod` copy `.env.prod` to `.env`
- `yarn build` local build
- `yarn start` local start
- `yarn reset` rimraf 'yarn.lock' 'node_modules' '\*\*/node_modules' && yarn
- `now` deploy to [zeit.co/now](https://zeit.co/now)## Tips
- `yarn dev`, then open [localhost:9999/api/version](http://localhost:9999/api/version) to test the API server
## Links
- [abdullahceylan.com](https://abdullahceylan.com)
- [twitter.com/ceylanabdullah](https://twitter.com/ceylanabdullah)