Skip to content

AntonyBaasan/railshammer

Repository files navigation

Introduction

Build Status

MIT license Dependency Status devDependency Status

Rails Application Template (read more) generator web application.

Back-end solutions provided by Ratcage-API

Seed of the application - angular2-seed

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

In order to start the seed use:

git clone --depth 1 https://github.com/antonybaasan/railshammer.git
cd railshammer
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start
# api document for the app
npm run build.docs

# dev build
npm run build.dev
# prod build (generates distribution files inside 'dist/prod' dir)
npm run build.prod

About

Ruby on Rails template generator web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published