rozquit / react-fastify-starter-kit

Full-stack Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Style Guide License: MIT

👾 Full-stack Boilerplate

Installation:

Clone this repo and npm install.

npm install

Running:

Production

npm start

Development

npm run develop

Test

npm test

Paths

Base structure:

	/client
		index.js
		template.html
	/common
		/app
			index.js
		/components
			/ComponentName
				index.js
				index.scss
		/config
			index.js
		/containers
			/blocks
			/forms
			/layouts
			/pages
		/helpers
			index.js
		/reducers
			index.js
		/redux
			index.js
		/routes
			index.js
		/selectors
			index.js
		/services
		/store
			index.js
	/server
		index.js
		renderer.js

License

This project is open source and available under the MIT License.

About

Full-stack Boilerplate

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%