Skip to content

hupf/ng2-rails-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 & Rails Server Side Validation

This example application demonstrates the handling of server-side validation errors with Rails and Angular 2.

Usage

Prepare backend and start Rails development server (supposing you have Ruby/Bundler available):

cd backend
bundle
rails db:migrate
rails s

Prepare frontend and start Webpack development server (supposing you have Node/NPM installed):

cd frontend
npm install
npm start

Visit the app in your browser:

http://localhost:4200/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published