README
SYMBIO Next.js Devstack
- Recommened runtime platform: Vercel
- Framework: Next.js 9.5.5
- Language: Typescript
- Styles: Sass + CSS modules
- CMS: DatoCMS
- GraphQL client: Relay
- Code-style: ESLint + Prettier
Local run
now dev
Preparation of project
- Change domain in robots.txt
- Replace favicon.svg in ./public/icons/favicon.svg
Blocks
Components
- automatic creation of component to a specific folder
- example:
npm run create-component F=primitives N=test - component Test in folder primitives will be created