- npm - https://nodejs.org/en/
sudo npm -g install sails
official documentation - http://sailsjs.org/get-started
We are storing all important stuff here.
-
Login/Signup at https://www.firebase.com/
-
Create a new app
-
Copy your new firebase app url such as :
https://<new-app-name>.firebaseio.com/ -
In the following file:
<root-folder>/config/firebaseConfig.js- Replace with the following url with the firebase app url copied in step 3:
var appUrl = 'https://<your-app>.firebaseio.com';
- Replace with the following url with the firebase app url copied in step 3:
sails lift
Your app is now available at http://localhost:1337