Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

mfnewwind/Dr-Naming

Repository files navigation

#dn Dr. Naming

Circle CI

これは、とても素晴らしいサービスになる予定です (たぶん)

開発環境

  • Node.js v0.12.x
  • gulp
    • フロントエンド & サーバーサイドの JS 製ビルドツール (Grunt の親戚)
    • インストールは npm install -g gulp

依存ライブラリ

インストール

$ git clone git@github.com:mfnewwind/newwind.git

起動

以下は、プロジェクトのディレクトリに移動して作業してください。

$ npm install
$ npm start

更新

$ git pull した際にうまく動作しない場合は、依存ライブラリを更新すると直る場合があります。

$ npm install

開発

プロジェクトのディレクトリに移動して

$ npm install # 初回のみ
$ brew install mongodb # mongodbがなければ
$ mongod --dbpath /tmp # 別ウィンドウ
$ npm run dev

これでlocalhost:3000から見れるようになります。 JSとCSSはsrc内のファイルを変更すれば自動でコンパイルされます。

フロントエンドのファイル置き場

  • Image : public/images/
  • Javascript : src/javascripts/
  • Stylesheet : src/stylesheets/
  • HTML(jade) : views/

About

Support efficient Code Documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •