Skip to content

rozquit/react-fastify-starter-kit

Repository files navigation

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.