Skip to content

scriptype/salinger-basic-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salinger

Ready to use Salinger boilerplate with basic features

Tasks screenshot

This boilerplate have some basic and kickstarter features. Nothing too specific or comprehensive.

Actually, it's just Makefile for the Front End rewritten using Salinger. The boilerplate's features are well-explained there, please check it out.

Customization is trivial.

Start a new project

git clone https://github.com/scriptype/salinger-basic-boilerplate.git
cd salinger-basic-boilerplate
npm install
npm start

Integrate into an existing project

You can try Salinger in an existing project by running the below script in the root directory of the project.

The below script will make changes in the existing package.json. Some of your scripts and devDependencies can be overriden if they have the same keys as in the boilerplate's package.json. So, I recommend keeping a copy of your package.json.

curl https://raw.githubusercontent.com/scriptype/salinger-basic-boilerplate/master/integration.sh | sh

This will extend the scripts and devDependencies of the package.json and copy the boilerplate code into scripts folder. If package.json isn't found, it won't work.

After the integration, scripts will look for these files:

src/index.html
src/js/app.js
src/static/stylesheets/style.css

Either update the corresponding variables in scripts/env.js or simply touch these files.

About

Ready to use Salinger boilerplate with basic features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published