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

How do I build it into static HTML, CSS, JavaScript assets? #101

Open
praveenscience opened this issue May 17, 2018 · 4 comments
Open

How do I build it into static HTML, CSS, JavaScript assets? #101

praveenscience opened this issue May 17, 2018 · 4 comments

Comments

@praveenscience
Copy link

Pretty much that's my question. I am using a PHP based application and I would like to use the current Yarn app in PHP. How should I be converting this into pure HTML, CSS, JavaScript?

@m10241
Copy link

m10241 commented May 18, 2018

Download a copy of files in your computer and extract the contents of the zip file.

Make sure that you have node.js and npm installed on your computer

Open a Terminal (or commandline) and Navigate to the extracted folder

Run the following commands:

npm install

npm start

After it is done, go to the "dist" folder and you will find pure HTML, CSS, and JavaScript files.

@yanadhorn
Copy link

does this mean i can use ' pure HTML, CSS, and JavaScript files" in my django developement?

@m10241
Copy link

m10241 commented Nov 2, 2018

Yes, you can use those files in combination with any technologies that supports HTML, CSS, and JavaScript!
I don't personally have any experience developing python web applications, but I assume it is OK!

@yanadhorn
Copy link

thank you very much i do some research and found what every tech it use to dev. i just build it to html,css,javascript and then i can inject python or django code into it. what a cool.

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

3 participants