Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Next.js + Recoil + Emotion template

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 browser

Run in the production mode

- Run `yarn build`
- Run `yarn start`

Check the code

- Run `yarn lint`
- Run `yarn lint:fix` to check & fix