Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Avantgarde95/avant-template
Next.js + Recoil + Emotion template
https://github.com/Avantgarde95/avant-template
emotion nextjs react recoil typescript yarn
Last synced: 23 days ago
JSON representation
Next.js + Recoil + Emotion template
- Host: GitHub
- URL: https://github.com/Avantgarde95/avant-template
- Owner: Avantgarde95
- Created: 2022-07-20T14:20:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T00:26:43.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:07:11.618Z (4 months ago)
- Topics: emotion, nextjs, react, recoil, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avant-template
Template for using...
- React, Emotion, TypeScript, Recoil, Next.js, ESLint, Prettier, Yarn 1 or 2
## How to use
- Run `node create`
- After you're done, you're free to delete "create.js".## Files
- create.js: Setup script
- Configure Git
- Create package.json
- Install the dependencies
- Other files (.vscode, src, ...): Project template. You can edit them freely.---
# README template
## How to run
Must install
- [Node.js](https://nodejs.org/)
- [yarn (yarn classic)](https://classic.yarnpkg.com/en/docs/install)Recommended to install
- [React devtools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=ko)
- [VSCode Prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)Install the dependencies
- Run `yarn`
Run in the development mode
- Run `yarn dev`
- Open on the browserRun in the production mode
- Run `yarn build`
- Run `yarn start`Check the code
- Run `yarn lint`
- Run `yarn lint:fix` to check & fix