Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perushevandkhmelev-agency/next-starter
https://github.com/perushevandkhmelev-agency/next-starter
apollo apollo-client css css-modules eslint icons nextjs nextjs-starter nextjs-template react react-helmet scss stylelint typescript
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/perushevandkhmelev-agency/next-starter
- Owner: perushevandkhmelev-agency
- Created: 2020-04-10T09:29:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T09:37:00.000Z (about 1 month ago)
- Last Synced: 2024-12-29T10:25:23.634Z (about 1 month ago)
- Topics: apollo, apollo-client, css, css-modules, eslint, icons, nextjs, nextjs-starter, nextjs-template, react, react-helmet, scss, stylelint, typescript
- Language: SCSS
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-starter
- `git clone [email protected]:perushevandkhmelev-agency/next-starter.git`
- `cd next-starter`
- `yarn`
- put `.env` file with contents given below
- `yarn build`
- `yarn start`### .env
`NEXT_PUBLIC_API_URL` — (string, optional) example is `https://pk-frontend-test.herokuapp.com`
### How to work with icons
- _Make new git branch_
- `yarn icons:edit` — _to open current config with Fontello for editing_
- _Edit icons in opened browser window and press **"Save session"** when done (don't forget to select newly added icons)_
- `yarn icons:save`
- _Commit changes and make separate PR_