Skip to content

eltexsoft/icemint-next-starter

Repository files navigation

Icemint Next Starter

Hello Icemint team. This is the starter kit bootstraped with Next.js for server-rendered or statically-exported React apps, Redux for state management, Flow for static types, PostCSS for styles, ESLint, Stylelint, Prettier for linting and format your code with config-standard.

Installation

Clone repo: git clone https://github.com/romannmk/paper.git cd icemint-next-starter

Make it your own: rm -rf .git && git init

ℹ️ This re-initializes the repo.

Install the dependencies: yarn install

Development Workflow

Start a live-reload development server: yarn dev

Generate a production build: yarn build

Start the production server yarn start

Run Flow yarn flow

Linting yarn eslint yarn stylelint

ℹ️ For linting install the plugin for your editor.

ℹ️ For linting via console need install --global ESLint and Stylelint

Contribution

I'm open to contributions & suggestions in making this a lot better ✋

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published