Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_