Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File to point browser #5

Open
joxerg opened this issue Feb 6, 2018 · 1 comment
Open

File to point browser #5

joxerg opened this issue Feb 6, 2018 · 1 comment

Comments

@joxerg
Copy link

joxerg commented Feb 6, 2018

Hi Balázs,
Sorry mi ignorance, this v2 Notecalc has not and index.html, have tried uploading all the package but does not work, what folders are needed to browse/use the app? congrats, really nice app here :)
Best regards

@bbodi
Copy link
Owner

bbodi commented Feb 11, 2018

Hi,

Thanks for your interest. You can use this app from here: http://bbodi.github.io/notecalc2

That site is mainly automatically generated by npm run deploy, and you can see its content here:
gh-pages branch

After cloning, the project can be built and tested with the following commands:

npm install
npm start

Then browse to http://localhost:3000/

Unit tests are skipped by default, they are exectued on http://localhost:3000/?test (results are on the console, if everything is fine, you will not see anything in the browser),

Building release version:
npm run build
Which will create the missing index.html and other referenced files into the build folder.

You are right, these are missing information from the readme.md.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants