strapi-all-in
strapi-all-in copied to clipboard
ππ Strapi starter for creating universal api's
strapi-all-in
Introduction
This is a starter application using strapi.js
Getting started
- Clone strapi-all-in starter:
git clone --depth=1 https://github.com/Gherciu/strapi-all-in.git <YOUR_PROJECT_NAME> - Edit configuration variables in
.env.developmentfile - Start dev server:
npm run start
Features
- Pre-commit hooks with
huskyandlint-staged pm2implimented and configured to work well in production mode- Preconfigured
.envfiles for development and production use
When ready to build for production
- Create file
.env.productionthe content should be the same as in.env.development - Build the project:
npm run build - Start production server:
npm run serve
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Or you can sponsor via Open Collective
Author
@Gherciu/strapi-all-in Β© GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).